home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / amos / keyfilemaker.lha / Keyfile / Readme.txt < prev   
Text File  |  1999-06-19  |  1KB  |  38 lines

  1. -----------------------------------------------
  2. Keyfilemaker v1.0 [990619]
  3. By Nikolaos Theologou (wizbone@hem.passagen.se)
  4. -----------------------------------------------
  5.  
  6. With Keyfilemaker you can make your own keyfiles to use in your own AMOS programs.
  7. The kit consists of three programs:
  8.  
  9. (1) Keyfilemaker.AMOS
  10.  
  11.  Generates a keyfile. Inputs are 'Name' and 'ID'.
  12.  If someone cracks the keyfile and change the name in it, you are able to see
  13.  the ID of the file. In that way you can determine from where the keyfile came.
  14.  
  15.  Checksums are used in the key. One for the Name and one for the ID.
  16.  
  17. (2) Keycheck.AMOS
  18.  
  19.  Use this procedure in your own program to check the keyfile
  20.  
  21. (3) Keyread.AMOS
  22.  
  23.  Reads the keyfile and displays the data in it (Name, ID, Checksums)
  24.  
  25.  
  26. WARNING!
  27.  
  28. All the keyfiles are generated with the same algorithm, so you have to
  29. modify the code to get your own unique keyfile.
  30. But if no one knows that your program uses this alogithm, you got nothing to
  31. fear (exept if they test your keyfile with this program).
  32.  
  33. Notice that the 'keyreaders' have to be modified with the same algorithm to
  34. work properbly.
  35.  
  36.  
  37. If you use this code in your program, let me know. (would be nice to know is someone is using it =)
  38.